home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / misc / Moon Phase 2.1 / moonphasebw.exe / readme.txt < prev   
Encoding:
Text File  |  2000-04-23  |  3.0 KB  |  111 lines

  1. Moon Phases v2.1
  2.  
  3. Steven Kienle
  4. sckienle@worldnet.att.net
  5.  
  6. This program is a simple phase of the moon calculator.
  7. Just click on the date to select the date you are
  8. interested in and this application will display the
  9. phase of the moon on that day.
  10.  
  11. Warning, this application uses an approximation method,
  12. which can be done effectively on the PalmPilot, rather
  13. than the real way, which uses floating point,
  14. astronomical equations, trigonometric functions, and
  15. basically would take forever.  The problem with the
  16. approximation, is that it can be up to a day off.  I
  17. have spot checked the program up to the end of 2031 and
  18. that seems to be the largest error.
  19.  
  20. I am sorry about the size of this application.  The 
  21. majority of the size is in bitmaps, which I have to include
  22. because the PalmOS doesn't seem to want to help me create
  23. elipsoid curves.
  24.  
  25.  
  26. Release Notes:
  27.  
  28. V2.1:
  29.  
  30. Cleaned up some memory leaks.
  31.  
  32.  
  33. V2.0:
  34.  
  35. Added color support with more interesting moon phase graphics.
  36. Unfortunately, this increased the size of the program.....
  37.  
  38. Corrected a bug:  when a help [i] button was used and the alert 
  39. exited, the bit map was not redrawn on the screen.  The moon
  40. phase is redrawn now.
  41.  
  42. Created two versions of the program, one with the B&W graphics
  43. for older machines and one with the color graphics.  This lets
  44. people with older Palms, like me, not have to spend the memory
  45. for pictures we never get to see.
  46.  
  47.  
  48. V1.6:
  49.  
  50. Added a "small" icon to display in the application List mode.
  51.  
  52. Modified the Moon! program launch menu item to look for the 
  53. Sol! II application, which is replacing Moon! first.  If Sol! II
  54. doesn't exist on the Palm device, it will look for Moon! instead.
  55.  
  56.  
  57. V1.5:
  58.  
  59. Modified dates in "Next" table to show only the month and
  60. day because when the dates rolled into October through 
  61. December, there wasn't enough room to show all 6 digits.
  62.  
  63.  
  64. V1.4
  65.  
  66. Added a menu command to switch to the Moon! program if it
  67. is loaded on the machine.
  68.  
  69.  
  70. V1.3
  71.  
  72. Bug Fix: Modified the start up code a bit to better match
  73. what the PalmOS expects.
  74.  
  75. Added an option to allow for the Lunar Phase day count to
  76. start at 1, which is more social expected, rather than 0, 
  77. which is more scientifically accurate.
  78.  
  79. Adapted code so the scroll buttons can be used to move between
  80. dates.
  81.  
  82.  
  83. v1.2
  84.  
  85. Bug Fix: corrected code so it would run on PalmOS 2.0 platforms.
  86.  
  87. Corrected phase day information to be accurate with standard
  88. phase day numbering practices.
  89.  
  90. Modified code to allow it to work at a lower functionality on
  91. PalmOS 1.0 platforms.
  92.  
  93.  
  94. v1.1
  95.  
  96. Added buttons to change the date backwards or forwards by one day.
  97.  
  98. Added table to show the dates of the four major phases of the moon.
  99. You can click on this table to jump to the date show: to the next
  100. Full Moon, for example.
  101.  
  102. Reduced the size of the bitmaps to make room for the new table.
  103.  
  104. Reduced size of application in Palm memory, because of the reduced
  105. bitmap size.
  106.  
  107.  
  108. V1.0
  109.  
  110. Initial release.
  111.